home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / xmm12.zip / DIRECTIV.60 < prev    next >
Text File  |  1992-07-05  |  925b  |  20 lines

  1.   {--------------------------------------------------------------------------
  2.      FILE :          Directiv.60                   INITIAL : 19900319 v 1.00
  3.      AUTHOR :        Jeroen W. Pluimers            UPDATE :  19910405 v 1.02
  4.  
  5.      DESCRIPTION :   Compiler directive file for Turbo Pascal version 6.0
  6.                      Has not been tested yet !
  7.  
  8.      COMPUTER :      NEAT-AT & ERC-386/25
  9.      COMPILER :      TURBO PASCAL 6.0
  10.  
  11.      COPYRIGHT :     (c) 1990, 1991 Pluimers Software Ontwikkeling.
  12.    --------------------------------------------------------------------------}
  13.  
  14. {$A+,O-,F-}       { word-align, no overlays, local calls near }
  15. {$B-,I+,R+,S+,V+} { short-boolean, IO-check, range-, stack-, var-check on }
  16. {$D+,L+}          { debug and local info off }
  17. {$N+,E+}          { use 8087 reals }
  18. {$X-}             { no extended syntax processing }
  19. {$G-}             { no 186+ code generation }
  20.